====== MAsciiMath Plugin ====== ---- plugin ---- description: Simple beautiful math - server-side ASCIIMathML to MathML parsing author : Morten Nielsen email : mortenb@gmail.com type : syntax lastupdate : 2014-04-22 compatible : Weatherwax depends : conflicts : similar : Math, Math2, jsMath, asciimathml, asciimath tags : Formula, Math downloadurl: https://github.com/M0rtenB/dokuwiki-masciimath/zipball/master bugtracker : https://github.com/M0rtenB/dokuwiki-masciimath/issues sourcerepo : https://github.com/M0rtenB/dokuwiki-masciimath donationurl: ---- === Description === This is an implementation of Peter Jipsen's ASCIIMathML.js, but in pure PHP, i.e. the translation is done serverside, and no JavaScript is necessary. To try it out: * Install the plugin, i.e. create a folder called "masciimath" in the Dokuwiki plugin folder, and put the plugin files here. * Create a wikipage with the following ASCIIMathML code in it: `x_(1,2)=(-b+-sqrt(b^2-4a c))/(2a)` * View your wiki using Firefox (the only browser with a complete MathML implementation).